MultibandCompressorA multiband dynamic range compressor audio effector.
Placeholder class.
MultibandCompressoris currently declared as an empty class (export class MultibandCompressor {}) — it does not extendEffector, and has no properties, methods, or constructor arguments of its own. It cannot be attached to aChannelorMasterviaaddEffect()/attachEffect()yet, since those expect anEffectorinstance. AMultibandCompressorProcessorAudioWorklet processor name is already reserved inAudioWorkletProcessorNames, suggesting this class is planned but not yet wired up.
import { MultibandCompressor } from "@fluex/fluexgl-dsp";
const compressor = new MultibandCompressor();
new MultibandCompressor(): MultibandCompressor;
Takes no arguments. Uses the default (implicit) constructor.
This class has no public properties.
This class has no public methods.
This class does not emit any events.
This class does not define public getters or setters.